home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 May / GameStar 05-1998 - Heft-CD.iso / DEMOS / Incoming / asc / multi / africa.mdl next >
Encoding:
Text File  |  1998-02-16  |  3.9 KB  |  113 lines

  1. drag_coeff    0.01        
  2. gravity        2.2
  3.  
  4. ;-------------------------------------------------------
  5.  
  6. ;type "PLASMA BOLT 1"        alien heavy cannon        rate 14    tank 28 fa & battle
  7. ;type "TRACER SHOT 1"        ?                        rate -
  8. ;type "ROCKET 1"            player light rocket        rate 4
  9. ;type "GUIDED MISSILE"        player guided missile    rate 64
  10. ;type "GREEN LASER"            player fixed gun        rate 2
  11. ;type "GREEN ENERGY LASER"    alien fixed gun            rate 8 player 32 ai
  12. ;type "PLASMA BOLT 2"        alien medium cannon        rate 11
  13. ;type "PLASMA BOLT 3"        alien light cannon        rate 8 player 4
  14. ;type "ROCKET 2"            player heavy rocket        rate 20
  15. ;type "RED LASER"            player heavy gun        rate 4
  16. ;type "BLUE LASER"            player medium gun        rate -
  17. ;type "PURPLE LASER"        player light gun        rate 2
  18. ;type "BOMB 1"                ?                        rate -
  19. ;type "ENERGY 1"            alien special weapon    rate 32
  20. ;type "PLASMA BOLT 4"        alien bomb                rate 4 nom 32 free attack
  21.  
  22. ;-------------------------------------------------------
  23. ;PHASE 1
  24. ;-------------------------------------------------------
  25. ;Build list of baddie types
  26. ;heli cobra tan1 tank2 vtol c17 hover plfight bug lance
  27.  
  28.  
  29. netbaddietype "helicopter" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  30. netbaddietype "cobra" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  31. netbaddietype "tank1" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  32. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  33. ;netbaddietype "vtol" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  34. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  35. ;netbaddietype "c-17" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  36. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  37. ;netbaddietype "hovertank" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  38. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  39. netbaddietype "plfight" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  40. ;netbaddietype "bug" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  41. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  42. ;netbaddietype "lance" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  43. netbaddietype "tank2" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  44.  
  45. netbaddietype "lfighter" weapon "PLASMA BOLT 2" rate 20 secondary "PLASMA BOLT 3" rate 21 rounds 100
  46. netbaddietype "lbomber" weapon "PLASMA BOLT 4" rate 10 secondary "ROCKET 1" rate 21 rounds 100
  47.  
  48.  
  49. phasestart
  50. phasemessage 1 30
  51. playcdslow
  52.  
  53. clear_flag all
  54.  
  55. ;critical_group "adata"
  56.  
  57. ;==============================
  58. netready
  59. ;==============================
  60.  
  61. create hero selected
  62.     label "rez"
  63.     position 45321 -1122 49574
  64.     forward -0.5 0 -0.8 up 0 1 0
  65.     armed_with "PURPLE LASER"    rate 2
  66.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  67. ;    attacking
  68.     task
  69.         playercontrols
  70.     end
  71.  
  72. create hero2 selected
  73.     label "rezme2x"
  74.     position 46321 -2122 49574
  75.     forward -0.5 0 -0.8 up 0 1 0
  76.     armed_with "PURPLE LASER"    rate 2
  77.     secondary_armed_with "GUIDED MISSILE" rate 64 rounds 20
  78. ;    attacking
  79.     task
  80.         player2controls
  81.     end
  82. ;==============================
  83. ;enable for send and recieve
  84.  
  85. camera user 0 cockpit
  86. ;camera user 1 cockpit
  87. hud on
  88. nethostgo
  89.  
  90. pause 10
  91. play_speech "fire at will"
  92.  
  93. ;==================================
  94. procedure "wave2"
  95. wait_until number_of_baddies <= 8
  96. ;wait_until number_of "aliens" <= 8
  97.  
  98. startnetbaddie
  99. ;10 seconds
  100. ;pause 300
  101. pause 60
  102. end_procedure
  103.  
  104. pause 999999
  105. pause 999999
  106. pause 999999
  107. pause 999999
  108. pause 999999
  109.  
  110. ;-------------------------------------------------------
  111. ;END OF SCENARIO
  112. ;-------------------------------------------------------
  113.